type testing.benchState

4 uses

	testing (current package)
		benchmark.go#L97: 	bstate           *benchState
		benchmark.go#L673: type benchState struct {
		benchmark.go#L698: 	bstate := &benchState{
		benchmark.go#L735: func (s *benchState) processBench(b *B) {